Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MSBuildRuntimeTime to discern xbuild #50

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

abock
Copy link
Contributor

@abock abock commented Aug 15, 2017

MSBuildRuntimeTime is never set by xbuild, but it can also be used to differentiate .NET Framework or .NET Core (e.g. it'll be Core on .NET Core).

This ensures GitInfo works under dotnet build and friends on macOS as well as Windows.

Improves upon PR #42. Thanks to @bojanrajkovic for the suggestion.

MSBuildRuntimeTime is never set by xbuild, but it can also be used
to differentiate .NET Framework or .NET Core (e.g. it'll be 'Core'
on .NET Core).

This ensures GitInfo works under `dotnet build` and friends on macOS
as well as Windows.

Improves upon PR devlooped#42. Thanks to @bojanrajkovic for the suggestion.
@kzu kzu merged commit 1d72516 into devlooped:master Aug 15, 2017
@devlooped devlooped locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants